home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
scuba.swf
/
scripts
/
DefineSprite_274
/
frame_22
/
DoAction.as
Wrap
Text File
|
2012-01-07
|
191b
|
10 lines
if(vProdFrame != 1)
{
prod.gotoAndPlay(Number(vProdFrame));
}
if(_root.gHitByFish == true)
{
diver.gotoAndPlay(Number(diver._totalframes - Number(vHitByFishFrame)));
}
play();